home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / cslib16b / include / csregexp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-02  |  631 b   |  19 lines

  1. /***********************************************************************
  2.  
  3.                                        CSA Library, Version 1.6.b 
  4.                                          Released: March 2nd 1995 
  5.  
  6.        Some regular expression evaluator.
  7.  
  8.                                            Copyright(c) 1994,1995 
  9.                                                            Combis 
  10.                                                   The Netherlands 
  11. ***********************************************************************/
  12.  
  13. #ifndef __CSREGEXP_H
  14. #define __CSREGEXP_H
  15.  
  16. int regexp(CSCHAR *so,CSCHAR *pa);
  17.  
  18. #endif
  19.